projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f6df9b
)
(print_error_message): Don't crash if (cdr data) is not a list.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Feb 1999 19:56:08 +0000
(19:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 21 Feb 1999 19:56:08 +0000
(19:56 +0000)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index a24826f24c484bf90f9ee97268e719ec6f450132..69a3d68f42893adcd26c4acaf700bd0dfcb56bfc 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-1054,7
+1054,7
@@
print_error_message (data, stream)
/* For file-error, make error message by concatenating
all the data items. They are all strings. */
- if (!NILP (file_error) &&
!NIL
P (tail))
+ if (!NILP (file_error) &&
CONS
P (tail))
errmsg = XCONS (tail)->car, tail = XCONS (tail)->cdr;
if (STRINGP (errmsg))